projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bb7d9c
)
Fix ISO_TIME_MS output.
author
robertl
<robertl>
Wed, 18 Jul 2007 20:09:50 +0000
(20:09 +0000)
committer
robertl
<robertl>
Wed, 18 Jul 2007 20:09:50 +0000
(20:09 +0000)
csv_util.c
patch
|
blob
|
history
diff --git
a/csv_util.c
b/csv_util.c
index 83577a218d17c0a0a93954ddaa39022d45250f58..a5d52ffe7f52f22b8a1439781f2b1e2b0e940a27 100644
(file)
--- a/
csv_util.c
+++ b/
csv_util.c
@@
-1481,7
+1481,7
@@
xcsv_waypt_pr(const waypoint *wpt)
} else
if (strcmp(fmp->key, "ISO_TIME_MS") == 0) {
xml_fill_in_time(buff, wpt->creation_time,
-
MICRO_TO_MILLI(wpt->microseconds)
, XML_LONG_TIME);
+
wpt->microseconds
, XML_LONG_TIME);
} else
if (strcmp(fmp->key, "GEOCACHE_LAST_FOUND") == 0) {
writebuff(buff, fmp->printfc, time_to_yyyymmdd(wpt->gc_data.last_found));